ul,
p {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.m-width-content {
  max-width: 1250px;
  margin: 0 auto;
}
/*footer*/
.footer {
  color: #fff;
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 1, 0, 0.7);
  z-index: 1;
}
.footer .foot-center {
  padding: 44px 0 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer > .m-width-content {
  position: relative;
  z-index: 1;
}
.footer .foot-copy {
  position: relative;
  z-index: 1;
  background: rgba(62, 1, 0, 0.6);
  padding: 10px 0;
  color: #C4C4C4;
  text-align: center;
  font-size: 14px;
}
.footer .foot-copy a {
  display: inline-block;
  color: #C4C4C4;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.footer .foot-copy a:hover {
  color: #fff;
}
.footer .foot-item {
  position: relative;
  height: 230px;
  padding-top: 10px;
}
.footer .foot-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(220, 220, 220, 0.4);
}
.footer .foot-item h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer .foot-item:last-child::after {
  display: none;
}
.footer .foot-cont {
  max-width: 380px;
  color: #C4C4C4;
}
.footer .foot-cont li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.footer .foot-cont img {
  float: left;
  width: 16px;
  margin-right: 10px;
}
.footer .foot-cont i {
  float: left;
  width: 18px;
  margin-right: 10px;
}
.footer .foot-cont i.icon-email {
  font-size: 12px;
}
.footer .foot-cont i.icon-tel {
  font-size: 14px;
}
.footer .foot-cont p {
  float: left;
  width: calc(100% - 28px);
}
.footer .foot-cont p a {
  color: #C4C4C4;
}
.footer .foot-cont p a:hover {
  color: #fff;
}
.footer .foot-cont p b {
  font-weight: normal;
  font-size: 12px;
}
.footer .foot-nav {
  padding-right: 150px;
}
.footer .foot-nav li {
  margin-bottom: 10px;
}
.footer .foot-nav li a {
  display: block;
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  color: #C4C4C4;
}
.footer .foot-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid #C4C4C4;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.footer .foot-nav li a:hover {
  color: #fff;
}
.footer .foot-nav li a:hover::before {
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.footer .foot-nav li:last-child {
  margin-bottom: 0;
}
.footer .ma-box {
  width: 127px;
  height: 127px;
  margin-bottom: 15px;
}
.footer .ma-box img {
  width: 100%;
  height: 100%;
}
.footer .webshare {
  display: flex;
  justify-content: space-between;
}
.footer .webshare a {
  display: flex;
  width: 26px;
  height: 26px;
  background: #E72E2D;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.footer .webshare a i {
  color: #fff;
  font-size: 12px;
}
.footer .webshare a:hover {
  margin-top: -5px;
}
@media screen and (max-width: 1366px) {
  .m-width-content {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .m-width-content {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .foot-item:nth-child(2),
  .footer .foot-item:nth-child(3) {
    display: none;
  }
  .footer .foot-item::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .foot-item h1 {
    text-align: center;
  }
  .footer .foot-item {
    width: 100%;
  }
  .footer .ma-box {
    margin: 0 auto 30px;
  }
  .footer .webshare {
    justify-content: center;
  }
  .footer .webshare a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
